home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWINHA.DXR / 00002_wait 60.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  204 b   |  13 lines

  1. on exitFrame
  2.   set waiter to the timer + 60
  3.   repeat while (the timer < waiter) and not (the mouseDown)
  4.     nothing()
  5.   end repeat
  6. end
  7.  
  8. on mouseDown
  9.   puppetSound("zoom")
  10.   go("hotlink")
  11.   cursor(-1)
  12. end
  13.